home *** CD-ROM | disk | FTP | other *** search
- {
-
- WOLLE - Software development -
-
- Wolfgang Waldmann
- Fritz-Reuter-Weg 19
- 47475 Kamp-Lintfort
- Germany
-
- Telefon 02842 / 966 11
- Fax 02842 / 966 77
- CompuServe 100525,1226
- Internet 100525,1226@compuserve.com
-
- c(96) Wolfgang Waldmann
-
- }
-
- unit RegWolle;
- interface
-
-
- procedure Register;
-
- implementation
- uses Classes,wwShadow;
-
- {$R wwShadow.dcr}
-
- procedure Register;
- begin
- RegisterComponents('Standard', [TShadowForm]);
- end ;
-
- end.
-